home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
cross
/
sasmv14.dms
/
sasmv14.adf
/
include
/
setupregs.i
< prev
next >
Wrap
Text File
|
1993-05-22
|
2KB
|
112 lines
*********************************************************************
**
** SASM SNES Include File
** ~~~~~~~~~~~~~~~~~~~~~~
** Default SNES Register Clear
**
** $: FWS - 18/02/93 - created this file!
**
*********************************************************************
IFD SETUPREGS_I
WARN Double Inclusion of SETUPREGS.I
ELSE
SETUPREGS_I set 1
.include snes:include/ppuregs.i
.include snes:include/cpuregs.i
INIT_REGS MACRO
php
pha
sep #$20
lda STAT77 ;reset PPU by strobing this addresses..
lda STAT78
lda #$80
sta $2100
stz $2101
stz $2102
stz $2103
stz $2105
stz $2106
stz $2107
stz $2108
stz $2109
stz $210a
stz $210b
stz $210c
stz $210d
stz $210d
stz $210e
stz $210e
stz $210f
stz $210f
stz $2110
stz $2110
stz $2111
stz $2111
stz $2112
stz $2112
stz $2113
stz $2113
stz $2114
stz $2114
lda #$80
sta $2115
stz $2116
stz $2117
stz $211a
lda #$01
stz $211b
sta $211b
stz $211c
stz $211c
stz $211d
stz $211d
stz $211e
sta $211e
stz $211f
stz $211f
stz $2120
stz $2120
stz $2121
stz $2122
stz $2122
stz $2123
stz $2124
stz $2125
stz $2126
stz $2127
stz $2128
stz $2129
stz $212a
stz $212b
stz $212c
stz $212d
stz $212e
lda #$30
sta $2130
stz $2131
lda #$e0
sta $2132
stz $2133
stz $4200
lda #$ff
sta $4201
stz $4202
stz $4203
stz $4204
stz $4205
stz $4206
stz $4207
stz $4208
stz $4209
stz $420a
stz $420b
stz $420c
stz $420d
pla
php
ENDM
ENDC